UInt32NINumericUInt32NLogicalExclusiveOr Method

Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.LogicalExclusiveOr(
	UInt32N value
)

Parameters

value  UInt32N
The value with which to compute the logical exclusive OR.

Return Value

UInt32N
The bitwise logical exclusive OR of the current value and value.

Implements

INumericTSelfLogicalExclusiveOr(TSelf)

See Also